convert unicsv to Format class (#552)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 4 May 2020 19:20:22 +0000 (13:20 -0600)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 19:20:22 +0000 (13:20 -0600)
commitfb3788a4741014158b032985a4faf444730cd3ae
tree28f524b19b8eb963d232eaf01c06a7ba2154504d
parente72f15341b221c615c475d9bdd1a33645eb77a6a
convert unicsv to Format class (#552)

* convert unicsv to Format class.

Two bugs are fixed as well:
1. { "datum",  fld_date, STR_ANY } is removed from the fields_def.
Note that the type is fld_date.  I don't think this was ever used.
We do have the datum option to set the datum from the command line.
2. unicsv_fondle_header changed the fields_def type to fld_iso_time
if it was fld_time or fld_date and the value contained "iso".
However, fields_def isn't used outside unicsv_fondle_header, so
this had no effect.

* update dependencies.
CMakeLists.txt
GPSBabel.pro
Makefile.in
unicsv.cc
unicsv.h [new file with mode: 0644]
vecs.h